PDFium
Type
module
Summary
A PDFium support module.
Description
This module uses the PDFium library to interact with PDF documents
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile
Children Properties
Handler
Name | Summary | Syntax |
---|---|---|
FPDF_DestroyLibrary | Decrement the PDFium reference count and destroy PDFium if last reference. | FPDF_DestroyLibrary() |
FPDF_DocumentPageInfo | Get an array detailing the pages in the document | FPDF_DocumentPageInfo(<pDocument>) |
FPDF_SaveToData | save a document to data | FPDF_SaveToData(<pDocument>,<rData>) |
FPDF_GetLastErrorString | Get the last error as a string | FPDF_GetLastErrorString() |